home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / BUSINESS / HOTNET2.LZH / HN2.EXE / UPDATES.DOC < prev   
Text File  |  1992-02-17  |  7KB  |  132 lines

  1. HotNet Version History:
  2.  
  3.        3.07=   Add optional caller detail lookup from the phone call record
  4.                file.  Use the F1 function key to perform lookups.
  5.  
  6.        3.06=   Make validate caller an option set in the Utility section.
  7.                Correct "error" occuring when HOTRPT has files locked and
  8.                someone signs into HOTNET -- it will now give you a graceful
  9.                "Configuration file not available" instead of an "Error" msg.
  10.                Make Hotnet Overlayable -- now needs file HOTOVL.OVL, but needs
  11.                much less conventional RAM!!  Add more reports.
  12.  
  13.        3.05=   Validate Caller on Phone details.  Popup to Caller file if not
  14.                found.  Also popup caller file to company file if not found. In
  15.                each case, allow insertions/deletions.  Add F2 "Re-Add" function
  16.                when adding callers.  It inserts new record, but copies fields
  17.                from last caller record examined (helps when you enter a long
  18.                sequence of callers from the same company).  Added report to
  19.                list an individual call (enter tracking number -- report type is
  20.                "4") and also report to list by date/time call received.
  21.  
  22.        3.04=   Use F5 key to accept and close detail records.  Minor buffer
  23.                changes again on free-form add to optimize procedure.
  24.  
  25.        3.03=   Modify free-form index routines to flush buffers after each
  26.                change, delete, or add.  They occasionally get out of synch.
  27.  
  28.        3.02=   Change .PCX routines -- they now require much less memory.
  29.                Add Time-Solved, Call-Type, Phone-Extension, and Fax-#.  Add
  30.                optional USA or non-USA phone number types.
  31.  
  32.        3.01=   Add optional LANTASTIC support -- although haven't tested
  33.                it thoroughly yet.
  34.  
  35.        3.00=   Split Hotnet into Hotnet and HotRpt again -- needed the
  36.                memory.  You can now scroll .PCX images if you have
  37.                sufficient conventional or EMS RAM.  TSR option is now
  38.                included with base HOTNET -- you can run it TSR or
  39.                standalone.  Changed pricing to reflect this.  Added
  40.                Date/Time stamp capability to call comment field.  You can
  41.                change solve date to default to solved or unsolved, you can
  42.                also default insert or overstrike mode on startup.
  43.  
  44.        2.05=   Hotnet shells out to a report program.  You must have enough
  45.                free memory to successfully shell out.  Previous versions
  46.                reported the memory problem and then terminated if you didn't
  47.                have enough memory.  This version now checks for memory.  If
  48.                you don't have enough, you get a short warning message, and the
  49.                program returns to the previous menu.  You don't terminate, but
  50.                you can't print until you free up memory.
  51.  
  52.        2.04=   Extremely embarrassing error!  I removed some obselete variables.
  53.                However, one rarely visited error routine still tried to
  54.                report on one of the variables.  When user ran into the error,
  55.                the error routine intercepted the crash and . . . crashed!
  56.                Fixed problem.
  57.  
  58.        2.03=   Added Description to Graphics record.  You can now reassign
  59.                calls if you're the Master User.  Expanded call picklist
  60.                window -- include Date Solve in list.  Add Solve Date Default
  61.                option -- it can now default to solved or unsolved.  Add new
  62.                error interception routines.  Add auto-rebuild of corrupt or
  63.                missing index file.
  64.  
  65.        2.02=   Finished beta test.  Remove Export/Import options (no one
  66.                ever used them); expanded free-form search fields to include
  67.                caller location.  Return print functions to main module.
  68.                Release date 10/01/91
  69.  
  70.        2.01=   Still beta testing -- more minor bug fixes.  Not released.
  71.  
  72.        2.00=   Major change.  Added free-from text search, caller detail
  73.                file, company file, and graphics display options.  Not released.
  74.  
  75.        1.15=   Minor change to Logname function.  Also, multi-user operations
  76.                could conflict when one user is paging to top or bottom while
  77.                another user is busy deleting records.
  78.  
  79.        1.14=   Date change messed up the Activity Report (the rest were
  80.                okay).  Fixed report.  Also, enough folks asked to limit
  81.                reporting to special users to do something about it!  The
  82.                best way is to split Hotnet into two pieces: HOTNET - which
  83.                logs calls, and HOTRPT - which prints reports.  The call
  84.                file is locked when HOTRPT runs -- no one else can use the file.
  85.  
  86.        1.13=   Changed date type from MM/DD/YY to the ANSI standard
  87.                YY.MM.DD.  Makes indexing by dates look a lot better!
  88.  
  89.        1.12=   MAJOR BUG FIX!  Possible (doesn't always happen, doesn't
  90.                happen on all machine types) that "rebuild index" can
  91.                corrupt the call file.  Corrected error.  Also minor
  92.                cleanup on report headings.
  93.  
  94.        1.11=   Cleaned up file reorganization.  Burned in Clipper environment
  95.                variables to clean up installation process.  Optimize so
  96.                comment file won't grow so fast.
  97.  
  98.        1.1  =  First ASP Version -- cleaned up manual, added logo.  Made it
  99.                "full feature" -- all reports now included.
  100.  
  101.        1.02 =  Cleaned up various record locking problems.  As soon as
  102.                user entered the memo filed, the record became locked.  Now,
  103.                it is locked as soon as the user edits a record.  If you try
  104.                to get to a locked record, it'll tell you "trying".  Also,
  105.                cleaned up problem number locking problem.  When adding a
  106.                record, the master header file became locked.  Now, it's locked
  107.                briefly to update the problem counter.  No one should be locked
  108.                out from adding a record.  If you exit out without adding,
  109.                the record counter doesn't get un-updated.  It's just like
  110.                voiding a check -- you can't re-use the number.  Make F10
  111.                function key equal to Ctrl-W.
  112.  
  113.        1.01 =  Moved Short-Description up to top of data entry form.
  114.                Added Date-Solved to Display/Clear Gets procedure.
  115.  
  116.        1.00 =  First Shareware version, converted from beta .06
  117.  
  118.        0.06 =  Added export/import capability
  119.  
  120.        0.05 =  Added Daily Frequency report and default completed date.
  121.  
  122.        0.04 =  Added Unlock All at end -- ensure no one sits around before
  123.                striking a key and holding up any locks.
  124.  
  125.        0.03 =  Added "LOGNAME" environemtn variable function for auto log-in.
  126.  
  127.        0.02 =  Actually have had several changes already.  This one is
  128.                swapping time-call for problem_S in the third index file
  129.                and in the call list.
  130.  
  131.        0.01 =  Original version
  132.